home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Utils / UNIX / UNZIP520 / MSDOS / CONTENTS next >
Text File  |  1996-04-21  |  1KB  |  31 lines

  1. Contents of the "msdos" sub-archive for UnZip 5.2 and later:
  2.  
  3.   Contents       this file
  4.   README         notes about quirks in MS-DOS executables and compilers
  5.   crc_i86.asm    optimized 8086/80286 assembler version of generic crc32.c
  6.   doscfg.h       OS-dependent configuration, included by unzpriv.h
  7.   msdos.c        OS-dependent UnZip routines for MS-DOS
  8.   makefile.bc    makefile for Borland C++ and Turbo C++
  9.   makefile.msc   makefile for Microsoft C and make or nmake
  10.   makefile.tc    makefile for Turbo C and make
  11.   makefile.wat   makefile for Watcom C
  12.   makefile.dj1   makefile for GNU C, djgpp v1.12m4 port
  13.   makefile.dj2   makefile for GNU C, djgpp v2.x port
  14.  
  15. Notes:
  16.  
  17. (1) Two makefiles for djgpp/GNU make are provided, one for djgpp 1.12 and one
  18.     for djgpp v2.x.  In addition, djgpp1 and djgpp2 targets are provided in
  19.     the Unix makefile (unix/Makefile).  Read the appropriate makefile sections
  20.     for details.
  21.  
  22. (2) The Unix makefile also has an msc_dos target which can be used for MSC 6.0
  23.     or later, but such use is discouraged and the target may disappear in the
  24.     future--use makefile.msc instead.
  25.  
  26. (3) For DOS emx+gcc use the gccdos target in the OS/2 makefile.os2.  This
  27.     target has only been tested in cross-compilation from OS/2 to MS-DOS,
  28.     but it should work under plain MS-DOS with a proper make utility.  The
  29.     resulting executables require emx.exe or rsx.exe to run (akin to djgpp
  30.     1.x's go32.exe).
  31.